Api.GetAliasesStatus method
Checks whether the program has enabled aliasing through EnableAliases.
Namespace: IntervalZero.KINGSTAR.OpcUa.Api
Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public KsReturn<bool> GetAliasesStatus()
Public Function GetAliasesStatus() As KsReturn(Of Boolean)
Return value
Returns a KsError code and a bool value. false means it is disabled; while true means it is enabled.
Remarks
Use it after the KINGSTAR Subsystem is started.
Usable EtherCAT states
ecatOP
Examples
N/A
See also